Html Css Color HEX #264CF6 Neon Blue

📋 copy color: '#264CF6'

red 38 ◦ green 76 ◦ blue 246

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

Shades of Neon Blue #264CF6

Tints of Neon Blue #264CF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 68.33%

R = 10.56%
G = 21.11%
B = 68.33%

CMYK

 C value IS 0.85

 M value IS 0.69

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#264CF6 (or 0x264CF6) is known color: Neon Blue. HEX triplet: 26, 4C and F6. RGB value is (38,76,246). Sum of RGB (Red+Green+Blue) = 38+76+246=360 (47% of max value = 765). Red value is 38 (15.23% from 255 or 10.56% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 246 (96.48% from 255 or 68.33% from 360); Max value from RGB is 246 - color contains mainly: blue. Hex color #264CF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #264CF6 is #D9B309. Grayscale: #535353. Windows color (decimal): -14267146 or 16141350. OLE color: 16141350.

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

Color convert

RGB 38 76 246 -
CMYK 0.85 0.69 0 0.04
HSL 229.04º 0.92% 0.56% -
HSV(B) 229.04º 0.85% 0.96% -
XYZ 20.02 12.23 88.5 -
YUV 84.02 219.41 95.18 -
System Red Green Blue C M Y K H S L
Decimal 38 76 246 0.85 0.69 0 0.04 229.04 0.92 0.56
Hex 26 4C F6 55 45 0 4 E5 5C 38
Octal 46 114 366 125 105 0 4 345 134 70
Binary 100110 1001100 11110110 1010101 1000101 0 100 11100101 1011100 111000

Color Harmonies of #264CF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264CF6

Black with #264CF6

Text Example


Text Example

White with #264CF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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