Html Css Color HEX #264CFD Neon Blue

📋 copy color: '#264CFD'

red 38 ◦ green 76 ◦ blue 253

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

Shades of Neon Blue #264CFD

Tints of Neon Blue #264CFD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.71%

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

R = 10.35%
G = 20.71%
B = 68.94%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#264CFD (or 0x264CFD) is known color: Neon Blue. HEX triplet: 26, 4C and FD. RGB value is (38,76,253). Sum of RGB (Red+Green+Blue) = 38+76+253=367 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.35% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 253 (99.22% from 255 or 68.94% from 367); Max value from RGB is 253 - color contains mainly: blue. Hex color #264CFD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264CFD is #D9B302. Grayscale: #545454. Windows color (decimal): -14267139 or 16600102. OLE color: 16600102.

HSL color Cylindrical-coordinate representation of color #264CFD: hue angle of 229.4º 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 #264CFD is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 38 76 253 -
CMYK 0.85 0.70 0 0.01
HSL 229.4º 0.98% 0.57% -
HSV(B) 229.4º 0.85% 0.99% -
XYZ 21.11 12.67 94.26 -
YUV 84.82 222.91 94.61 -
System Red Green Blue C M Y K H S L
Decimal 38 76 253 0.85 0.70 0 0.01 229.4 0.98 0.57
Hex 26 4C FD 55 46 0 1 E5 62 39
Octal 46 114 375 125 106 0 1 345 142 71
Binary 100110 1001100 11111101 1010101 1000110 0 1 11100101 1100010 111001

Color Harmonies of #264CFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CFD

Black with #264CFD

Text Example


Text Example

White with #264CFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264CFD; }

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

 H1.HeaderClassName
 {
   color: #264CFD;
 }
 .AnyTagClassName
 {
   color: #264CFD;
 }
</style>

background-color css

<style>
 a { background-color: #264CFD; }

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

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

border-color css

<style>
 span { border-color: #264CFD; }

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

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