Html Css Color HEX #264CFC Neon Blue

📋 copy color: '#264CFC'

red 38 ◦ green 76 ◦ blue 252

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

Shades of Neon Blue #264CFC

Tints of Neon Blue #264CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.85%

R = 10.38%
G = 20.77%
B = 68.85%

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

#264CFC (or 0x264CFC) is known color: Neon Blue. HEX triplet: 26, 4C and FC. RGB value is (38,76,252). Sum of RGB (Red+Green+Blue) = 38+76+252=366 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.38% from 366); Green value is 76 (30.08% from 255 or 20.77% from 366); Blue value is 252 (98.83% from 255 or 68.85% from 366); Max value from RGB is 252 - color contains mainly: blue. Hex color #264CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264CFC is #D9B303. Grayscale: #535353. Windows color (decimal): -14267140 or 16534566. OLE color: 16534566.

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

Color convert

RGB 38 76 252 -
CMYK 0.85 0.70 0 0.01
HSL 229.35º 0.97% 0.57% -
HSV(B) 229.35º 0.85% 0.99% -
XYZ 20.95 12.61 93.42 -
YUV 84.7 222.41 94.69 -
System Red Green Blue C M Y K H S L
Decimal 38 76 252 0.85 0.70 0 0.01 229.35 0.97 0.57
Hex 26 4C FC 55 46 0 1 E5 61 39
Octal 46 114 374 125 106 0 1 345 141 71
Binary 100110 1001100 11111100 1010101 1000110 0 1 11100101 1100001 111001

Color Harmonies of #264CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CFC

Black with #264CFC

Text Example


Text Example

White with #264CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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