Html Css Color HEX #425AF7 Neon Blue

📋 copy color: '#425AF7'

red 66 ◦ green 90 ◦ blue 247

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

Shades of Neon Blue #425AF7

Tints of Neon Blue #425AF7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.33%

 BLUE value IS 247 (96.88% from 255) = 61.29%

R = 16.38%
G = 22.33%
B = 61.29%

CMYK

 C value IS 0.73

 M value IS 0.64

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#425AF7 (or 0x425AF7) is known color: Neon Blue. HEX triplet: 42, 5A and F7. RGB value is (66,90,247). Sum of RGB (Red+Green+Blue) = 66+90+247=403 (53% of max value = 765). Red value is 66 (26.17% from 255 or 16.38% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 247 (96.88% from 255 or 61.29% from 403); Max value from RGB is 247 - color contains mainly: blue. Hex color #425AF7 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #425AF7 is #BDA508. Grayscale: #646464. Windows color (decimal): -12428553 or 16210498. OLE color: 16210498.

HSL color Cylindrical-coordinate representation of color #425AF7: hue angle of 232.04º degrees, saturation: 0.92, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #425AF7 is Cyan = 0.73, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 66 90 247 -
CMYK 0.73 0.64 0 0.03
HSL 232.04º 0.92% 0.61% -
HSV(B) 232.04º 0.73% 0.97% -
XYZ 22.69 15.19 89.73 -
YUV 100.72 210.55 103.23 -
System Red Green Blue C M Y K H S L
Decimal 66 90 247 0.73 0.64 0 0.03 232.04 0.92 0.61
Hex 42 5A F7 49 40 0 3 E8 5C 3D
Octal 102 132 367 111 100 0 3 350 134 75
Binary 1000010 1011010 11110111 1001001 1000000 0 11 11101000 1011100 111101

Color Harmonies of #425AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #425AF7

Black with #425AF7

Text Example


Text Example

White with #425AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #425AF7; }

 p { color: rgb(66,90,247); }

 H1.HeaderClassName
 {
   color: #425AF7;
 }
 .AnyTagClassName
 {
   color: #425AF7;
 }
</style>

background-color css

<style>
 a { background-color: #425AF7; }

 a { background-color: rgb(66,90,247); }

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

border-color css

<style>
 span { border-color: #425AF7; }

 span { border-color: rgb(66,90,247); }

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