Html Css Color HEX #4259FA Neon Blue

📋 copy color: '#4259FA'

red 66 ◦ green 89 ◦ blue 250

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

Shades of Neon Blue #4259FA

Tints of Neon Blue #4259FA

RGB

 RED value IS 66 (26.17% from 255) = 16.3%

 GREEN value IS 89 (35.16% from 255) = 21.98%

 BLUE value IS 250 (98.05% from 255) = 61.73%

R = 16.3%
G = 21.98%
B = 61.73%

CMYK

 C value IS 0.74

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4259FA (or 0x4259FA) is known color: Neon Blue. HEX triplet: 42, 59 and FA. RGB value is (66,89,250). Sum of RGB (Red+Green+Blue) = 66+89+250=405 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.30% from 405); Green value is 89 (35.16% from 255 or 21.98% from 405); Blue value is 250 (98.05% from 255 or 61.73% from 405); Max value from RGB is 250 - color contains mainly: blue. Hex color #4259FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4259FA is #BDA605. Grayscale: #636363. Windows color (decimal): -12428806 or 16406850. OLE color: 16406850.

HSL color Cylindrical-coordinate representation of color #4259FA: hue angle of 232.5º degrees, saturation: 0.95, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4259FA is Cyan = 0.74, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 66 89 250 -
CMYK 0.74 0.64 0 0.02
HSL 232.5º 0.95% 0.62% -
HSV(B) 232.5º 0.74% 0.98% -
XYZ 23.07 15.21 92.16 -
YUV 100.48 212.38 103.41 -
System Red Green Blue C M Y K H S L
Decimal 66 89 250 0.74 0.64 0 0.02 232.5 0.95 0.62
Hex 42 59 FA 4A 40 0 2 E8 5F 3E
Octal 102 131 372 112 100 0 2 350 137 76
Binary 1000010 1011001 11111010 1001010 1000000 0 10 11101000 1011111 111110

Color Harmonies of #4259FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4259FA

Black with #4259FA

Text Example


Text Example

White with #4259FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4259FA; }

 p { color: rgb(66,89,250); }

 H1.HeaderClassName
 {
   color: #4259FA;
 }
 .AnyTagClassName
 {
   color: #4259FA;
 }
</style>

background-color css

<style>
 a { background-color: #4259FA; }

 a { background-color: rgb(66,89,250); }

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

border-color css

<style>
 span { border-color: #4259FA; }

 span { border-color: rgb(66,89,250); }

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