Html Css Color HEX #264EFB Neon Blue

📋 copy color: '#264EFB'

red 38 ◦ green 78 ◦ blue 251

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

Shades of Neon Blue #264EFB

Tints of Neon Blue #264EFB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.25%

 BLUE value IS 251 (98.44% from 255) = 68.39%

R = 10.35%
G = 21.25%
B = 68.39%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#264EFB (or 0x264EFB) is known color: Neon Blue. HEX triplet: 26, 4E and FB. RGB value is (38,78,251). Sum of RGB (Red+Green+Blue) = 38+78+251=367 (48% of max value = 765). Red value is 38 (15.23% from 255 or 10.35% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #264EFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #264EFB is #D9B104. Grayscale: #555555. Windows color (decimal): -14266629 or 16469542. OLE color: 16469542.

HSL color Cylindrical-coordinate representation of color #264EFB: hue angle of 228.73º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #264EFB is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 38 78 251 -
CMYK 0.85 0.69 0 0.02
HSL 228.73º 0.96% 0.57% -
HSV(B) 228.73º 0.85% 0.98% -
XYZ 20.94 12.83 92.64 -
YUV 85.76 221.25 93.93 -
System Red Green Blue C M Y K H S L
Decimal 38 78 251 0.85 0.69 0 0.02 228.73 0.96 0.57
Hex 26 4E FB 55 45 0 2 E5 60 39
Octal 46 116 373 125 105 0 2 345 140 71
Binary 100110 1001110 11111011 1010101 1000101 0 10 11100101 1100000 111001

Color Harmonies of #264EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264EFB

Black with #264EFB

Text Example


Text Example

White with #264EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,78,251); }

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

background-color css

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

 a { background-color: rgb(38,78,251); }

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

border-color css

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

 span { border-color: rgb(38,78,251); }

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