Html Css Color HEX #264DF4 Neon Blue

📋 copy color: '#264DF4'

red 38 ◦ green 77 ◦ blue 244

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

Shades of Neon Blue #264DF4

Tints of Neon Blue #264DF4

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.45%

 BLUE value IS 244 (95.7% from 255) = 67.97%

R = 10.58%
G = 21.45%
B = 67.97%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#264DF4 (or 0x264DF4) is known color: Neon Blue. HEX triplet: 26, 4D and F4. RGB value is (38,77,244). Sum of RGB (Red+Green+Blue) = 38+77+244=359 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.58% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 244 (95.70% from 255 or 67.97% from 359); Max value from RGB is 244 - color contains mainly: blue. Hex color #264DF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #264DF4 is #D9B20B. Grayscale: #535353. Windows color (decimal): -14266892 or 16010534. OLE color: 16010534.

HSL color Cylindrical-coordinate representation of color #264DF4: hue angle of 228.64º degrees, saturation: 0.9, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #264DF4 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 38 77 244 -
CMYK 0.84 0.68 0 0.04
HSL 228.64º 0.9% 0.55% -
HSV(B) 228.64º 0.84% 0.96% -
XYZ 19.78 12.25 86.91 -
YUV 84.38 218.08 94.92 -
System Red Green Blue C M Y K H S L
Decimal 38 77 244 0.84 0.68 0 0.04 228.64 0.9 0.55
Hex 26 4D F4 54 44 0 4 E5 5A 37
Octal 46 115 364 124 104 0 4 345 132 67
Binary 100110 1001101 11110100 1010100 1000100 0 100 11100101 1011010 110111

Color Harmonies of #264DF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264DF4

Black with #264DF4

Text Example


Text Example

White with #264DF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(38,77,244); }

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

background-color css

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

 a { background-color: rgb(38,77,244); }

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

border-color css

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

 span { border-color: rgb(38,77,244); }

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