Html Css Color HEX #3330FA Neon Blue

📋 copy color: '#3330FA'

red 51 ◦ green 48 ◦ blue 250

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

Shades of Neon Blue #3330FA

Tints of Neon Blue #3330FA

RGB

 RED value IS 51 (20.31% from 255) = 14.61%

 GREEN value IS 48 (19.14% from 255) = 13.75%

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

R = 14.61%
G = 13.75%
B = 71.63%

CMYK

 C value IS 0.80

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3330FA (or 0x3330FA) is known color: Neon Blue. HEX triplet: 33, 30 and FA. RGB value is (51,48,250). Sum of RGB (Red+Green+Blue) = 51+48+250=349 (46% of max value = 765). Red value is 51 (20.31% from 255 or 14.61% from 349); Green value is 48 (19.14% from 255 or 13.75% from 349); Blue value is 250 (98.05% from 255 or 71.63% from 349); Max value from RGB is 250 - color contains mainly: blue. Hex color #3330FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3330FA is #CCCF05. Grayscale: #474747. Windows color (decimal): -13422342 or 16396339. OLE color: 16396339.

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

Color convert

RGB 51 48 250 -
CMYK 0.80 0.81 0 0.02
HSL 240.89º 0.95% 0.58% -
HSV(B) 240.89º 0.81% 0.98% -
XYZ 19.68 9.72 91.28 -
YUV 71.93 228.49 113.07 -
System Red Green Blue C M Y K H S L
Decimal 51 48 250 0.80 0.81 0 0.02 240.89 0.95 0.58
Hex 33 30 FA 50 51 0 2 F1 5F 3A
Octal 63 60 372 120 121 0 2 361 137 72
Binary 110011 110000 11111010 1010000 1010001 0 10 11110001 1011111 111010

Color Harmonies of #3330FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3330FA

Black with #3330FA

Text Example


Text Example

White with #3330FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,48,250); }

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

background-color css

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

 a { background-color: rgb(51,48,250); }

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

border-color css

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

 span { border-color: rgb(51,48,250); }

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