Html Css Color HEX #263EFD Neon Blue

📋 copy color: '#263EFD'

red 38 ◦ green 62 ◦ blue 253

#263EFD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #263EFD

Tints of Neon Blue #263EFD

RGB

 RED value IS 38 (15.23% from 255) = 10.76%

 GREEN value IS 62 (24.61% from 255) = 17.56%

 BLUE value IS 253 (99.22% from 255) = 71.67%

R = 10.76%
G = 17.56%
B = 71.67%

CMYK

 C value IS 0.85

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#263EFD (or 0x263EFD) is known color: Neon Blue. HEX triplet: 26, 3E and FD. RGB value is (38,62,253). Sum of RGB (Red+Green+Blue) = 38+62+253=353 (46% of max value = 765). Red value is 38 (15.23% from 255 or 10.76% from 353); Green value is 62 (24.61% from 255 or 17.56% from 353); Blue value is 253 (99.22% from 255 or 71.67% from 353); Max value from RGB is 253 - color contains mainly: blue. Hex color #263EFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #263EFD is #D9C102. Grayscale: #4B4B4B. Windows color (decimal): -14270723 or 16596518. OLE color: 16596518.

HSL color Cylindrical-coordinate representation of color #263EFD: hue angle of 233.3º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #263EFD is Cyan = 0.85, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 38 62 253 -
CMYK 0.85 0.75 0 0.01
HSL 233.3º 0.98% 0.57% -
HSV(B) 233.3º 0.85% 0.99% -
XYZ 20.25 10.95 93.97 -
YUV 76.6 227.55 100.47 -
System Red Green Blue C M Y K H S L
Decimal 38 62 253 0.85 0.75 0 0.01 233.3 0.98 0.57
Hex 26 3E FD 55 4B 0 1 E9 62 39
Octal 46 76 375 125 113 0 1 351 142 71
Binary 100110 111110 11111101 1010101 1001011 0 1 11101001 1100010 111001

Color Harmonies of #263EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #263EFD

Black with #263EFD

Text Example


Text Example

White with #263EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #263EFD; }

 p { color: rgb(38,62,253); }

 H1.HeaderClassName
 {
   color: #263EFD;
 }
 .AnyTagClassName
 {
   color: #263EFD;
 }
</style>

background-color css

<style>
 a { background-color: #263EFD; }

 a { background-color: rgb(38,62,253); }

 div.DivClassName
 {
   background-color: #263EFD;
 }
 .BgClassName
 {
   background-color: #263EFD;
 }
</style>

border-color css

<style>
 span { border-color: #263EFD; }

 span { border-color: rgb(38,62,253); }

 td.TdClassName
 {
   border-color: #263EFD;
 }
 .TagClassName
 {
   border-color: #263EFD;
 }
</style>