Html Css Color HEX #604AFB Neon Blue

📋 copy color: '#604AFB'

red 96 ◦ green 74 ◦ blue 251

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

Shades of Neon Blue #604AFB

Tints of Neon Blue #604AFB

RGB

 RED value IS 96 (37.89% from 255) = 22.8%

 GREEN value IS 74 (29.3% from 255) = 17.58%

 BLUE value IS 251 (98.44% from 255) = 59.62%

R = 22.8%
G = 17.58%
B = 59.62%

CMYK

 C value IS 0.62

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#604AFB (or 0x604AFB) is known color: Neon Blue. HEX triplet: 60, 4A and FB. RGB value is (96,74,251). Sum of RGB (Red+Green+Blue) = 96+74+251=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 74 (29.30% from 255 or 17.58% from 421); Blue value is 251 (98.44% from 255 or 59.62% from 421); Max value from RGB is 251 - color contains mainly: blue. Hex color #604AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #604AFB is #9FB504. Grayscale: #646464. Windows color (decimal): -10466565 or 16468576. OLE color: 16468576.

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

Color convert

RGB 96 74 251 -
CMYK 0.62 0.71 0 0.02
HSL 247.46º 0.96% 0.64% -
HSV(B) 247.46º 0.71% 0.98% -
XYZ 24.69 14.35 92.74 -
YUV 100.76 212.79 124.61 -
System Red Green Blue C M Y K H S L
Decimal 96 74 251 0.62 0.71 0 0.02 247.46 0.96 0.64
Hex 60 4A FB 3E 47 0 2 F7 60 40
Octal 140 112 373 76 107 0 2 367 140 100
Binary 1100000 1001010 11111011 111110 1000111 0 10 11110111 1100000 1000000

Color Harmonies of #604AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #604AFB

Black with #604AFB

Text Example


Text Example

White with #604AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #604AFB; }

 p { color: rgb(96,74,251); }

 H1.HeaderClassName
 {
   color: #604AFB;
 }
 .AnyTagClassName
 {
   color: #604AFB;
 }
</style>

background-color css

<style>
 a { background-color: #604AFB; }

 a { background-color: rgb(96,74,251); }

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

border-color css

<style>
 span { border-color: #604AFB; }

 span { border-color: rgb(96,74,251); }

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