Html Css Color HEX #4250FF Neon Blue

📋 copy color: '#4250FF'

red 66 ◦ green 80 ◦ blue 255

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

Shades of Neon Blue #4250FF

Tints of Neon Blue #4250FF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.95%

 BLUE value IS 255 (100% from 255) = 63.59%

R = 16.46%
G = 19.95%
B = 63.59%

CMYK

 C value IS 0.74

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#4250FF (or 0x4250FF) is known color: Neon Blue. HEX triplet: 42, 50 and FF. RGB value is (66,80,255). Sum of RGB (Red+Green+Blue) = 66+80+255=401 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.46% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 255 (100% from 255 or 63.59% from 401); Max value from RGB is 255 - color contains mainly: blue. Hex color #4250FF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4250FF is #BDAF00. Grayscale: #5F5F5F. Windows color (decimal): -12431105 or 16732226. OLE color: 16732226.

HSL color Cylindrical-coordinate representation of color #4250FF: hue angle of 235.56º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4250FF is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 66 80 255 -
CMYK 0.74 0.69 0 0
HSL 235.56º 1% 0.63% -
HSV(B) 235.56º 0.74% 1% -
XYZ 23.17 14.12 96.11 -
YUV 95.76 217.86 106.77 -
System Red Green Blue C M Y K H S L
Decimal 66 80 255 0.74 0.69 0 0 235.56 1 0.63
Hex 42 50 FF 4A 45 0 0 EC 64 3F
Octal 102 120 377 112 105 0 0 354 144 77
Binary 1000010 1010000 11111111 1001010 1000101 0 0 11101100 1100100 111111

Color Harmonies of #4250FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4250FF

Black with #4250FF

Text Example


Text Example

White with #4250FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4250FF; }

 p { color: rgb(66,80,255); }

 H1.HeaderClassName
 {
   color: #4250FF;
 }
 .AnyTagClassName
 {
   color: #4250FF;
 }
</style>

background-color css

<style>
 a { background-color: #4250FF; }

 a { background-color: rgb(66,80,255); }

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

border-color css

<style>
 span { border-color: #4250FF; }

 span { border-color: rgb(66,80,255); }

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