Html Css Color HEX #264CFE Neon Blue

📋 copy color: '#264CFE'

red 38 ◦ green 76 ◦ blue 254

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

Shades of Neon Blue #264CFE

Tints of Neon Blue #264CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.02%

R = 10.33%
G = 20.65%
B = 69.02%

CMYK

 C value IS 0.85

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#264CFE (or 0x264CFE) is known color: Neon Blue. HEX triplet: 26, 4C and FE. RGB value is (38,76,254). Sum of RGB (Red+Green+Blue) = 38+76+254=368 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.33% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #264CFE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264CFE is #D9B301. Grayscale: #545454. Windows color (decimal): -14267138 or 16665638. OLE color: 16665638.

HSL color Cylindrical-coordinate representation of color #264CFE: hue angle of 229.44º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #264CFE is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 38 76 254 -
CMYK 0.85 0.70 0 0.00
HSL 229.44º 0.99% 0.57% -
HSV(B) 229.44º 0.85% 1% -
XYZ 21.27 12.74 95.1 -
YUV 84.93 223.41 94.53 -
System Red Green Blue C M Y K H S L
Decimal 38 76 254 0.85 0.70 0 0.00 229.44 0.99 0.57
Hex 26 4C FE 55 46 0 0 E5 63 39
Octal 46 114 376 125 106 0 0 345 143 71
Binary 100110 1001100 11111110 1010101 1000110 0 0 11100101 1100011 111001

Color Harmonies of #264CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CFE

Black with #264CFE

Text Example


Text Example

White with #264CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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